Class FeldTest
java.lang.Object
de.aoksystems.da.kernpruefung.bausteine.FeldTest
FeldTest class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest of ctor, of class Feld.voidTest of ctor, of class Feld.voidTest of ctor, of class Feld.voidTest of ctor, of class Feld.voidTest of ctor, of class Feld. defLenvoidTest of ctor, of class Feld. defLenvoidTest of ctor, of class Feld. contentvoidTest of getContent method, of class Feld.voidTest of getDefinedLength method, of class Feld.voidTest of getKurzName method, of class Feld.voidTest of getLangName method, of class Feld.voidTest of getLength method, of class Feld.voidTest of getTrimmedContent method, of class Feld.voidTest of getTyp method, of class Feld.voidTest of toString method, of class Feld.
-
Constructor Details
-
FeldTest
public FeldTest()Constructor for FeldTest.
-
-
Method Details
-
testCtor1
@Test public void testCtor1()Test of ctor, of class Feld. Mandatory kName (!=null) -
testCtor2
@Test public void testCtor2()Test of ctor, of class Feld. Mandatory kName (!="") -
testCtor3
@Test public void testCtor3()Test of ctor, of class Feld. Mandatory lName (!=null) -
testCtor4
@Test public void testCtor4()Test of ctor, of class Feld. Mandatory lName (!="") -
testCtor5
@Test public void testCtor5()Test of ctor, of class Feld. defLen -
testCtor6
@Test public void testCtor6()Test of ctor, of class Feld. defLen -
testCtor7
@Test public void testCtor7()Test of ctor, of class Feld. content -
testGetKurzName
@Test public void testGetKurzName()Test of getKurzName method, of class Feld. -
testGetLangName
@Test public void testGetLangName()Test of getLangName method, of class Feld. -
testGetTyp
@Test public void testGetTyp()Test of getTyp method, of class Feld. -
testGetLength
@Test public void testGetLength()Test of getLength method, of class Feld. -
testGetDefinedLength
@Test public void testGetDefinedLength()Test of getDefinedLength method, of class Feld. -
testGetContent
@Test public void testGetContent()Test of getContent method, of class Feld. -
testGetTrimmedContent
@Test public void testGetTrimmedContent()Test of getTrimmedContent method, of class Feld. -
testToString
@Test public void testToString()Test of toString method, of class Feld.
-